From: Colin Walters Date: Mon, 14 Mar 2022 13:21:15 +0000 (-0400) Subject: ci: Disable Ubuntu LTS X-Git-Tag: archive/raspbian/2022.4-1+rpi1^2~9^2~1^2~11^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=089b8210989411a5d6602beec1636e17204850a3;p=ostree.git ci: Disable Ubuntu LTS It doesn't have a new enough glib. --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 76b3967b..13e33535 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -94,11 +94,12 @@ jobs: # the devel tag, which is the unreleased version. # # https://hub.docker.com/_/ubuntu - - name: Ubuntu Latest LTS - image: ubuntu:latest - pre-checkout-setup: | - apt-get update - apt-get install -y git + # For now, this is disabled because its glib version is too old. + # - name: Ubuntu Latest LTS + # image: ubuntu:latest + # pre-checkout-setup: | + # apt-get update + # apt-get install -y git - name: Ubuntu Latest Release image: ubuntu:rolling